projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca5f66b
)
printdialog: Add an example image
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 27 Feb 2021 23:22:52 +0000
(18:22 -0500)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:34 +0000
(16:37 +0000)
gtk/gtkprintunixdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprintunixdialog.c
b/gtk/gtkprintunixdialog.c
index 0e9b2fea38f522ece0f934a3a92e503349a52433..395ea381f336e805a4a2f4bc24a99b3be17b944b 100644
(file)
--- a/
gtk/gtkprintunixdialog.c
+++ b/
gtk/gtkprintunixdialog.c
@@
-60,6
+60,8
@@
* `GtkPrintUnixDialog` implements a print dialog for platforms
* which don’t provide a native print dialog, like Unix.
*
+ * 
+ *
* It can be used very much like any other GTK dialog, at the cost of
* the portability offered by the high-level printing API with
* [class@Gtk.PrintOperation].